NToggleButtonGroupBase<TToggleButton> Class Members
In This Topic
The following tables list the members exposed by NToggleButtonGroupBase<TToggleButton>.
Public Fields
Public Properties
| Name | Description |
| ItemCount | Gets the number of items owned by this group. |
| Items | Gets the items inside this group |
| SelectedIndex | Gets or sets the index of the selected item owned by this group. If no item is selected, the value of this property is -1. |
| SelectedItem | Gets or sets the selected item. If no item is selected, the value of this property is null. |
Top
Public Events
| Name | Description |
| SelectedIndexChanged | Mutation event, which occurs when the selected index property has changed. |
Top
See Also